home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / tic-ta1a / form2.frm < prev    next >
Text File  |  1999-10-11  |  2KB  |  80 lines

  1. VERSION 5.00
  2. Begin VB.Form WinnerMessage 
  3.    BorderStyle     =   0  'None
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   1110
  6.    ClientLeft      =   0
  7.    ClientTop       =   0
  8.    ClientWidth     =   2115
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   1110
  11.    ScaleWidth      =   2115
  12.    ShowInTaskbar   =   0   'False
  13.    StartUpPosition =   1  'CenterOwner
  14.    Begin VB.Label Label4 
  15.       Appearance      =   0  'Flat
  16.       BackColor       =   &H80000005&
  17.       BackStyle       =   0  'Transparent
  18.       BorderStyle     =   1  'Fixed Single
  19.       ForeColor       =   &H80000008&
  20.       Height          =   1110
  21.       Left            =   0
  22.       TabIndex        =   3
  23.       Top             =   0
  24.       Width           =   2115
  25.    End
  26.    Begin VB.Label Label3 
  27.       AutoSize        =   -1  'True
  28.       Caption         =   "(click to vanish)"
  29.       Height          =   195
  30.       Left            =   517
  31.       TabIndex        =   2
  32.       Top             =   795
  33.       Width           =   1110
  34.    End
  35.    Begin VB.Label Label2 
  36.       AutoSize        =   -1  'True
  37.       Caption         =   "One more to ""O"""
  38.       BeginProperty Font 
  39.          Name            =   "Arial"
  40.          Size            =   12
  41.          Charset         =   0
  42.          Weight          =   700
  43.          Underline       =   0   'False
  44.          Italic          =   0   'False
  45.          Strikethrough   =   0   'False
  46.       EndProperty
  47.       Height          =   285
  48.       Left            =   135
  49.       TabIndex        =   1
  50.       Top             =   465
  51.       Width           =   1875
  52.    End
  53.    Begin VB.Label Label1 
  54.       AutoSize        =   -1  'True
  55.       Caption         =   "Yahoo!"
  56.       BeginProperty Font 
  57.          Name            =   "Arial"
  58.          Size            =   14.25
  59.          Charset         =   0
  60.          Weight          =   700
  61.          Underline       =   0   'False
  62.          Italic          =   0   'False
  63.          Strikethrough   =   0   'False
  64.       EndProperty
  65.       Height          =   330
  66.       Left            =   585
  67.       TabIndex        =   0
  68.       Top             =   90
  69.       Width           =   975
  70.    End
  71. End
  72. Attribute VB_Name = "WinnerMessage"
  73. Attribute VB_GlobalNameSpace = False
  74. Attribute VB_Creatable = False
  75. Attribute VB_PredeclaredId = True
  76. Attribute VB_Exposed = False
  77. Private Sub Label4_Click()
  78.     WinnerMessage.Hide
  79. End Sub
  80.